Click or drag to resize

SipClientCancel Method (Dialog)

Cancels pending INVITE attempt specified with the early dialog.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Cancel(
	Dialog earlyDialog
)

Parameters

earlyDialog
Type: Independentsoft.SipDialog
An early dialog represents invitation to session.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
Exceptions
ExceptionCondition
ArgumentNullExceptionearlyDialog;Can not send CANCEL request. Dialog is null.
See Also